ci: Disable soup3 in minimal
authorColin Walters <walters@verbum.org>
Mon, 2 Jun 2025 21:04:50 +0000 (17:04 -0400)
committerColin Walters <walters@verbum.org>
Tue, 3 Jun 2025 14:21:47 +0000 (10:21 -0400)
Noticed in drive by.

Signed-off-by: Colin Walters <walters@verbum.org>
.github/workflows/tests.yml

index a7942260c3106aaf546ff93b7777ce10b133169b..5944ebe7497de1e4f14dfdbf6996dc88366952c2 100644 (file)
@@ -70,7 +70,7 @@ jobs:
       - name: Build
         run: |
           env NOCONFIGURE=1 ./autogen.sh &&
-          ./configure --without-curl --without-soup --disable-gtk-doc --disable-man \
+          ./configure --without-curl --without-soup --without-soup3 --disable-gtk-doc --disable-man \
           --disable-rust --without-libarchive --without-selinux --without-smack \
           --without-openssl --without-avahi --without-libmount --disable-rofiles-fuse \
           --without-libsodium &&